tools/ocaml: remove uint32 use added by 674ad2b
authorMichael Young <m.a.young@durham.ac.uk>
Sun, 8 Feb 2015 15:54:23 +0000 (15:54 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 19 Feb 2015 16:28:43 +0000 (16:28 +0000)
commit2b4778b3f35dd67b12ed9dad1c65b28e71bbe9d1
tree825a223467226d7c836bb2abdcb8d59b10ec8ea1
parent4b37ed959d331d26b52585d367d7f18450fcca45
tools/ocaml: remove uint32 use added by 674ad2b

In 674ad2b (xenstore: extend the xenstore ring with a 'closing' signal)
two uses of uint32 are added to tools/ocaml/libs/xb/xs_ring_stubs.c .
As of ocaml 4.03.0+dev the uint32 type is no longer supported. This patch
replaces the uses of uint32 with uint32_t .

Signed-off-by: Michael Young <m.a.young@durham.ac.uk>
Acked-by: David Scott <dave.scott@citrix.com>
tools/ocaml/libs/xb/xs_ring_stubs.c